WebDelete

Note: This statement is only used in load test scripts. See Load Testing for more information.

Sends a DELETE command and returns data received from a web page. If a referrer URL was specified by the WebSetReferrer statement, it is also sent with the request.

Syntax

WebDelete("URL")

Arguments

Argument Description
URL URL to send the request to. Only supports http and https protocols. Relative paths are automatically prepended with the %URLROOT% repository variable.

Return value

Value Description
Value Data received from the web page.

Example

result = WebDelete("http://www.wysicorp.com/form.php")